.ns-bitrix.c-news-list.case-new-cases [data-role="tab.container"] {
	margin: 0 -30px !important;
}
.ns-bitrix.c-news-list.case-new-cases {
	padding: 100px 0 0px 0;
}

.ns-bitrix.c-news-list.case-new-cases .case-items {
	overflow: visible;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 45px;

}

.ns-bitrix.c-news-list.case-new-cases .video-reviews-cases-show-all-preview {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #333;
	opacity: 0.5;
	cursor: pointer;
	transition: all .3s;
}
.ns-bitrix.c-news-list.case-new-cases .case-item-link-block {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.ns-bitrix.c-news-list.case-new-cases .case-item-link {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #2FC9C8;
	text-decoration: none;
	transition: all .3s;
}
.ns-bitrix.c-news-list.case-new-cases .case-item-link svg {
	margin-left: 10px;
}
.ns-bitrix.c-news-list.case-new-cases .case-item-link svg path {
	stroke: #2FC9C8;
	transition: all .3s;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-link:hover {
	color: #333;
	opacity: .7;
	transition: all .3s;
}
.ns-bitrix.c-news-list.case-new-cases .case-item-link:hover svg path {
	stroke: #333;
	opacity: .7;
	transition: all .3s;
}
.ns-bitrix.c-news-list.case-new-cases .video-reviews-cases-show-all-preview:hover {
	color: #2FC9C8;
	transition: all .3s;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-wrap {
	flex: 0 0 33.33333%;
	max-width: 100%;
	padding: 10px;
	height: 100%;
	transition-property: box-shadow, border-color, opacity;
	transition-duration: 0.3s;
	text-decoration: none;
	cursor: pointer;
}

.ns-bitrix.c-news-list.case-new-cases .video-reviews-cases-item__btn-play {
	position: absolute;
	width: 59px;
	height: 59px;
	display: flex;
	border-radius: 50%;
	background: rgba(30, 32, 37, 0.5);
	top: 50%;
	left: 0;
	right: 0;
	margin: -40px auto 0;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.3s;
	z-index: 1;

}
.ns-bitrix.c-news-list.case-new-cases .video-reviews-cases-item__btn-play:hover {
	background-color: #69d8d7;
}
.ns-bitrix.c-news-list.case-new-cases .video-reviews-cases-item__btn-play i {
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 100%;
	height: 100%;
	padding-left: 4px;
}

.ns-bitrix.c-news-list.case-new-cases .case-items .b-tabs__head-wrapper.scrollbar.horizontal {
	flex-wrap: wrap;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-wrap:hover {
	border-bottom-color: #1e2025;
}

.ns-bitrix.c-news-list.case-new-cases .case-items .case-items-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.ns-bitrix.c-news-list.case-new-cases .case-items .case-items-wrapper .owl-nav {
	position: absolute;
	top: 35%;
	transform: translateY(-35%);
	left: -15px;
	right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	pointer-events: none;
	z-index: 2;
}

.ns-bitrix.c-news-list.case-new-cases .case-items .case-items-wrapper .owl-nav button {
	background: #E0F3F3 !important;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	border-radius: 50%;
	pointer-events: all;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-picture {
	padding-top: 100%;
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: pointer;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-name {
	display: -webkit-box;
	font-size: 16px;
	text-align: left;
	margin: 20px 0 10px;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-name * {
	margin: 0;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-detail {
	font-weight: 700;
	font-size: 14px;
	line-height: 170%;
	color: #1E2025;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-detail span {
	margin-right: 10px;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-wrap .case-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	height: 100%;
}

.ns-bitrix.c-news-list.case-new-cases .owl-stage {
	display: flex;
}

.ns-bitrix.c-news-list.case-new-cases .owl-item {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.ns-bitrix.c-news-list.case-new-cases .case-items-wrapper .owl-item:not(.active) .case-item-wrap {
	box-shadow: none;
	opacity: 0;
}

.ns-bitrix.c-news-list.case-new-cases .case-items .slick-nav-wrap {
	position: relative;
	margin-top: 50px;
}

.ns-bitrix.c-news-list.case-new-cases .case-items .owl-dots {
	position: absolute;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.content-block-text-hide {
	-webkit-line-clamp: 5 !important;
}
.content-block-text-open {
	-webkit-line-clamp: 300 !important;
}
.ns-bitrix.c-news-list.case-new-cases .case-items .owl-dots button {
	position: relative;
	display: inline-block;
	height: 8px;
	width: 8px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
	border: 0;
}

.ns-bitrix.c-news-list.case-new-cases .case-items .owl-dots .owl-dot span {
	background: #9FE9E9;
	display: block;
	border: none;
	height: 8px;
	width: 8px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	cursor: pointer;
	padding: 0;
}

.ns-bitrix.c-news-list.case-new-cases .case-items .owl-dots .owl-dot.active span {
	-webkit-box-shadow: 0 0 0 2px #000;
	box-shadow: 0 0 0 2px #000;
	background-color: transparent;
}

/*.slick-dots li.slick-active button {
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
}*/


.ns-bitrix.c-news-list.case-new-cases .case-modal-properties {
	margin-top: 20px;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-description {
	margin-top: 20px;
	text-align: left;
}


.ns-bitrix.c-news-list.case-new-cases .owl-carousel.case-modal-pictures .owl-stage-outer {
	overflow: hidden !important;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures-wrap {
	padding: 0 40px;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-picture {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 100%;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-video {
	padding-top: 100%;
	height: 0;
	width: 100%;
	position: relative;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-video video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.case-modal-pictures-wrap.owl-carousel .owl-stage-outer {
	padding: 0;
}

.ns-bitrix.c-news-list.case-new-cases .owl-carousel .owl-stage-outer {
	position: relative;
	transform: translate3d(0px, 0px, 0px);
	overflow: visible !important;
	padding: 15px 0;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures .owl-nav {
	position: relative;
	height: 20px;
	text-align: center;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav button.owl-next,
.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav button.owl-prev {
	display: inline-block;
	vertical-align: middle;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	bottom: 0;
	padding: 0;
	border: none;
	outline: none;
	width: 94px;
	height: 18px;
	z-index: 10;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav button.owl-next {
	right: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: url('/bitrix/templates/logisticavto/css/../img/arrow-right.png') no-repeat center;
	background-color: #2fc9c8;
	border-radius: 100px;
	margin-left: 40px;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav button.owl-prev {
	left: 20px;
	background: url('/bitrix/templates/logisticavto/css/../img/arrow-left.png') no-repeat center;
	background-color: #2fc9c8;
	border-radius: 100px;
	font-size: 14px;
	line-height: 1;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav button.owl-next span {
	border-left: none;
	border-top: none;
	background: transparent;
	left: 10px;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav button.owl-prev span {
	background: transparent;
	border-color: #9a9;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 10px;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav .owl-prev.disabled,
.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0.5;
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav .owl-prev:hover,
.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav .owl-next:hover {

}

.ns-bitrix.c-news-list.case-new-cases .slick-reverse .slick-prev {
	background: url('/bitrix/templates/logisticavto/css/../img/slick-arrow-left.png') no-repeat center, url('/bitrix/templates/logisticavto/css/../img/slick-arrow-left-hover.png') no-repeat -10000px -1000px;
}

.ns-bitrix.c-news-list.case-new-cases .slick-prev {
	left: 10px;
	background: url('/bitrix/templates/logisticavto/css/../img/arrow-left.png') no-repeat center;
}

.ns-bitrix.c-news-list.case-new-cases .slick-next {
	right: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: url('/bitrix/templates/logisticavto/css/../img/arrow-right.png') no-repeat center;
}

.ns-bitrix.c-news-list.case-new-cases .slick-reverse .slick-next {
	background: url('/bitrix/templates/logisticavto/css/../img/slick-arrow-right.png') no-repeat center, url('/bitrix/templates/logisticavto/css/../img/slick-arrow-right-reverse.png') no-repeat -10000px -1000px;
}

.ns-bitrix.c-news-list.case-new-cases .slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	bottom: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	padding: 0;
	border: none;
	outline: none;
	width: 83px;
	height: 10px;
	z-index: 10;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-wrap .case-item .case-item-marker {
	font-weight: 400;
	font-size: 10px;
	line-height: 160%;
	color: #FFFFFF;
	background: #2FC9C8;
	border-radius: 50px;
	padding: 10px 20px;
	display: flex;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 2;
	align-items: center;
}

.ns-bitrix.c-news-list.case-new-cases .case-item-wrap .case-item .case-item-marker img {
	max-height: 20px;
	width: auto !important;
	margin-right: 10px;
}

@media (max-width: 400px) {
	.ns-bitrix.c-news-list.case-new-cases .case-modal-pictures.owl-carousel .owl-nav button.owl-next {
		margin-left: 10px;
	}
}

.ns-bitrix.c-news-list.case-new-cases .c-news-case-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 130%;
	color: #1E2025;
}

@media (max-width: 1199px) {
	.ns-bitrix.c-news-list.case-new-cases .case-items .case-items-wrapper .owl-nav {
		left: 0;
		right: 0;
	}
}

@media (max-width: 767px) {
	.ns-bitrix.c-news-list.case-new-cases .case-item-wrap {
		flex: 0 0 50%;
	}
	.ns-bitrix.c-news-list.case-new-cases .c-news-case-title {
		font-size: 25px;
	}

	.ns-bitrix.c-news-list.case-new-cases .modal-box-table,
	.ns-bitrix.c-news-list.case-new-cases .modal-box__cell {
		display: block;
	}

	.ns-bitrix.c-news-list.case-new-cases .modal-box-table {
		height: auto;
	}

}

@media (max-width: 600px) {
	.ns-bitrix.c-news-list.case-new-cases .case-item-wrap {
		flex: 0 0 100%;
	}
}

.ns-bitrix.c-news-list.case-new-cases .case-modal-properties {
	text-align: left;
}

.b-tabs__head {
	margin-bottom: 10px;
}

.b-tabs__head-wrapper {
	white-space: nowrap;
	display: flex;
}

[data-role="tab"] {
	cursor: pointer;
	padding: 5px 5px;
	display: inline-block;
}

[data-role="tab"] span {
	font-weight: 400;
	font-size: 10px;
	line-height: 20px;
	border-radius: 50px;
	padding: 10px 20px;
	display: flex;
	background: #E0F3F3;
	color: #333333;
	transition: background, color 0.3s;
	align-items: center;
}

[data-role="tab"] span img {
	max-height: 20px;
	min-width: 20px;
	margin-right: 10px;
}

[data-role="tab"][data-active="true"] span {
	color: #FFFFFF;
	background: #2FC9C8;
}

[data-role="tab.container"] {
	display: none;
}

[data-role="tab.container"][data-active="true"] {
	display: block;
}

[data-role="tab.container"] {
	display: none;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	margin-left: -20px;
	margin-right: -20px;
}

[data-role="tab.container"] .b-tabs__container-wrapper {
	position: relative;
	opacity: 0;
	transition: opacity 0.3s;
}

[data-role="tab.container"][data-active="true"] .b-tabs__container-wrapper {
	opacity: 1;
}

.scrollbar {
	scrollbar-color: rgba(82, 92, 105, .13) transparent;
	overflow: auto;
}

.scrollbar::-webkit-scrollbar-track {
	background: transparent;
	border: 3px solid transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: #4689ff; /*DDE2E6*/
	-webkit-border-radius: 5px;
	border-radius: 12px;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
	background-clip: content-box;
	border: 5px solid transparent;
}

.scrollbar::-webkit-scrollbar {
	background-color: rgb(109 13 13 / 0%);
	width: 14px;
	height: 14px;
}

.scrollbar.horizontal {
	overflow: hidden;
	overflow-x: scroll;
}

.scrollbar.vertical {
	overflow: hidden;
	overflow-y: scroll;
}
